projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51bb97e
)
Fix comment typo.
author
Glenn Morris
<rgm@gnu.org>
Thu, 21 Feb 2008 07:56:06 +0000
(07:56 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 21 Feb 2008 07:56:06 +0000
(07:56 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 862b5e5f767df3cd65bced50bd081595f31bbd0b..a43b5cb81875ef5bb738cd0f4ce5cab9552941cd 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-1711,7
+1711,7
@@
emacs_mule_char (coding, src, nbytes, nchars, id)
{
if (c >= 0xA0)
{
- /* Old style component character of a compostion. */
+ /* Old style component character of a compos
i
tion. */
if (c == 0xA0)
{
ONE_MORE_BYTE (c);